display(Image(filename='input/image1.JPG'))
display(Image(filename='input/problem_statement.JPG'))
display(Image(filename='input/benefits.JPG'))
display(Image(filename='input/architecture.png'))
# Distrubution of Employees over the Week
new_df.dayofweek.hist()
<Axes: >
Distribution_of_employees.plot(figsize=(12,6))
<Axes: xlabel='Working_Date'>
Distribution_of_vender_transactions.plot(figsize=(12,6))
<Axes: xlabel='Transaction_Date'>
# Forecast data for 30 days
fig1 = model.plot(forecast)
# Interactive plot for 365 days
plot_plotly(model, forecast)
plot_components_plotly(model, forecast)
fig = model.plot_components(forecast)